home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / utilities / f2p.lzh / das / ceedb / f2p.doc next >
Encoding:
Text File  |  1993-06-04  |  3.7 KB  |  126 lines

  1.  
  2.  
  3.                         Fast2Pub v1.0 User's Manual
  4.  
  5.  
  6.                                  F2P v1.0
  7.  
  8.                        Copyright © 1993 David Bryson
  9.                             All rights reserved
  10.  
  11.                          Release date June 4, 1993
  12.  
  13.                                  FREEWARE
  14.  
  15.                                 User Manual
  16.  
  17.  
  18.      COPYRIGHT NOTICE 
  19.  
  20.        F2P software and documentation are © 1993 by David Bryson
  21.  
  22.  
  23.      DISCLAIMER 
  24.  
  25.      F2P has been proven by testing to be stable in everyday use.  The
  26.      author is not responsible for any loss of data, damages to
  27.      software or hardware that may result directly or indirectly from
  28.      the use of this program.  The author reserves the right to make
  29.      changes to the software or documentation without notice.
  30.  
  31.  
  32.      PREFACE 
  33.  
  34.        This program is freeware, this means that you can copy it
  35.      freely as long as you don't ask any more money for it than a
  36.      nominal fee for copying.  If you want to distribute this program
  37.      you should keep this document with it.  This program cannot be
  38.      used for commercial purposes without written permission from the
  39.      author.  
  40.  
  41.        I hereby grant permission for this program to be used in
  42.      public-domain collections such as Fred Fish's Amiga Library.  
  43.  
  44.  
  45.      Introducing Fast2Pub (F2P)
  46.  
  47.        F2P is a small utility coded completely in assembly language
  48.      which will convert FAST hunks in a given executable into PUBLIC
  49.      hunks.  If you only have CHIP MEMORY, you cannot run programs
  50.      containing FAST hunks - the system will respond with a
  51.      'not enough memory available' error.  F2P will fix these
  52.      executables.
  53.  
  54.        A classic example of a program which uses FAST hunks is my
  55.      Lemmings 2 demo!  The reason why it contained a FAST hunk was
  56.      an inability for the assembler to use a PUBLIC hunk (Don't worry
  57.      I now use DevPac3!)  I initially intended to write this just to
  58.      fix this program, but I felt like making this a more flexible
  59.      and useful utility, since I've not seen any utility that does
  60.      this.
  61.  
  62.  
  63.      System requirements      
  64.  
  65.        F2P should run on any Amiga (>V1.2).  If it doesn't run on your
  66.      machine please contact me!
  67.  
  68.  
  69.      About the program     
  70.  
  71.        If you have suggestions or remarks about this program, or if
  72.      you find any bugs, please let me know.
  73.      
  74.        When sending in bug reports, please state exactly under what
  75.      circumstances the bug occurred, what equipment was used and what
  76.      happened.  If possible also try to give me enough information to
  77.      reproduce the bug.  It is very difficult to find bugs when you
  78.      don't know exactly what happened.
  79.  
  80.        If you're interested in the assembly source for this utility,
  81.      just e-mail me and I'll send you a copy!
  82.  
  83.  
  84.      Write to the following address:
  85.      
  86.              David Bryson
  87.              9 Castle Terrace
  88.              Tayport
  89.              FIFE DD6 9AG
  90.              Scotland
  91.  
  92.              e-mail: ceedb@vaxb.hw.ac.uk
  93.  
  94.  
  95.      Usage       
  96.  
  97.      You should only use F2P from the CLI.
  98.  
  99.      The format of the command is:
  100.        
  101.      F2P <executable file>
  102.      
  103.      If the executable file contains FAST hunks, the program will
  104.      convert them into PUBLIC hunks, and update the file.
  105.  
  106.      However, if it contains no FAST hunks, the program will tell you
  107.      and the file will not be changed.
  108.  
  109.      It's as simple as that!
  110.  
  111.  
  112.      Have fun!
  113.      
  114.      Dave.
  115.  
  116.      ************* IMPORTANT MESSAGE TO ALL SYS-OPS ************
  117.  
  118.  
  119.                 The Lemmings 2 demo from DMA Design
  120.             (featuring the Terminator 2 style Lemming)
  121.              does NOT run on Amigas with CHIP ram only.
  122.              To rectify this, please run this program on
  123.                       the executable file.
  124.  
  125.                               Thanks!
  126.